home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Shareware World / OS X / Internet / HAlarmX / HAlarmX.app / Contents / Resources / untitled < prev    next >
Encoding:
Text File  |  2003-06-11  |  512 b   |  24 lines

  1. The problem with AUTH is that you need to create the auth string (encoded). The commands are:
  2. <BR>
  3. HELO your domain
  4. <BR>
  5. AUTH authmethod
  6. <BR>
  7. send auth string
  8. <BR>
  9. MAIL FROM: email
  10. <BR>
  11. RCPT TO: email
  12. <BR>
  13. DATA
  14. <BR>
  15. all the data
  16. <BR>
  17. <CRLF>.<CRLF>
  18. <BR>SEND
  19. <BR>
  20. QUIT
  21.  
  22. Try it and let me know if it works works!!!. I think that perhaps is easier make a java program that get each mail, check and the forward it using for example java mail api (I allready do that).
  23.  
  24. Can you explain a little more your need? Thanks.